home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor2 / vaders6.doc < prev    next >
Text File  |  1995-03-31  |  4KB  |  89 lines

  1. Vaders v1.1: A space invaders clone 
  2. From: Joe Ervin (ervin@pinbot.enet.dec.com) 
  3. Newsgroups: comp.sources.hp48 
  4. Date: 14 Aug 91 05:25:09 GMT 
  5.  
  6. Hello all, 
  7.  
  8. It is my great pleasure to announce "Vaders" version 1.1, a game for the HP48.   
  9. Vaders is essentially a Space Invaders clone.  This game was written under MPE 
  10. v1.1, a multiprogramming environment for the HP48SX. 
  11.  
  12. ***************************************************************************** 
  13.  
  14. NEW FEATURES SINCE LAST VERSION: 
  15.  
  16. Since version 1.0, I have mainly fixed bugs to make the game more robust.  The 
  17. more significant changes include the following: 
  18.  
  19. * Keyboard I/O is disabled sooner, so pressing the keys while the startup 
  20.   screen is being drawn no longer causes problems. 
  21.  
  22. * At startup, the system flags are checked to see whether the clock is being 
  23.   displayed on the screen.  If so, the clock flag (-40) is cleared and the 
  24.   program exits, similarly to CHIP.  As many of you discovered, the clock  
  25.   display generates interrupts that were interfering with Vaders. 
  26.  
  27. * Vaders now displays in the upper left portion of the display a graphical  
  28.   representation of the number of missle bases you have left. 
  29.  
  30. * The keybuf is now flushed periodically, so you should not have problems with 
  31.   keys showing up in the keybuf as many of you reported. 
  32.  
  33. * If you have installed the SCHIP game "Ant", written by Erin Catto,  
  34.   Vaders v1.1 will now scan the Ant library for any installed  
  35.   viruses, and if any exit then Vaders will eradicate them from the system.   
  36.   (Just kidding :-) ) 
  37.  
  38. Lastly, let me give a sincere "Thank-You" to all who have reported back to me 
  39. on Vaders with either bug reports, suggestions, or just friendly notes of 
  40. appreciation, and as usual,  I share the credit for Vaders with Jan Brittenson 
  41. for his superb work on Star and MLDL, and with all the other ML "giants" on 
  42. who's work Vaders is built. 
  43.  
  44.  
  45. Now.....on to the game.  
  46.  
  47. ***************************************************************************** 
  48.  
  49. Vaders is a directory on your HP48, in which you will find "VADERS" which is 
  50. the game, along with "ABOUT", which serves the usual function.  Press "VADERS" 
  51. to run Vaders.  Simple. 
  52.  
  53. You are provided with the familiar missle base at the bottom of the screen, 
  54. while "inter-galactic meanies" drop bombs on you from above and move down 
  55. toward the surface of the planet.  Your mission is to kill all of the "meanies" 
  56. before they get too low.  After you kill all the meanies, the game progresses 
  57. to the next wave, where things generally get more difficult. 
  58.  
  59. The controls are as follows: 
  60.  
  61.  
  62. [blue] = Move missle base left. 
  63.    [1] = Move missle base right. 
  64.  [spc] = Fire a missle at the meanies. 
  65.   [<=] = Quit the game. 
  66.  
  67.  
  68. If a bomb dropped by a meanie hits the missle base, the missle base explodes 
  69. and you continue playing with the next available missle base.  You are allowed 
  70. five missle bases, and after the fifth missle base is destroyed the game ends 
  71. (although Vaders waits for the quit button before returning to RPL 
  72. environment). 
  73.  
  74.  
  75. The objective is to kill meanies as fast as possible to prevent them from 
  76. reaching the surface.  If you allow the meanies to overwhelm you and reach 
  77. the bottom of the screen, your missle base explodes spontaneously and the game 
  78. ends, so blast away to save the earth!   
  79.  
  80.  
  81. Please enjoy this game, and report any bugs, ideas for improvment or notes of 
  82. appreciation to me, Joe Ervin, at "ervin@pinbot.enet.dec.com". 
  83.  
  84.  
  85. Happy Blasting! 
  86.  
  87.  
  88. >>>Joe Ervin   (whose best score is 29,100 so far...) 
  89.